@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
body {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: #222222;
}
body {
  margin: 0;
}
h2 {
  font-size: 2em;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
a:hover {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
span.light {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}
a:not(.btn) {
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
  font-weight: 400;
}
a.btn {
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mod {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (min-width: 980px) {
  .mod {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 1100px) {
  .mod {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1500px) {
  .mod {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
.btn {
  background-color: #9ac347;
  color: #222222;
  padding: 1.25em 3em;
  border-radius: 40px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.primary {
  box-shadow: inset 0 0 0 0 #7b9c39;
}
.btn.primary:hover {
  box-shadow: inset 400px 0 0 0 #7b9c39;
  color: #ffffff;
}
.btn.secondary {
  background-color: #f1844e;
  box-shadow: inset 0 0 0 0 #f15002;
}
.btn.secondary:hover {
  box-shadow: inset 400px 0 0 0 #f15002;
  color: #ffffff;
}
.btn.tertiary {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 0.25em 0;
  border-bottom: 3px solid #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.tertiary:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f0a9";
  padding-left: 0.5em;
  color: #f1844e;
}
.btn.tertiary:hover {
  color: #222222;
  border-bottom: 3px solid #f1844e;
}
.btn.text-link {
  background-color: transparent;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #9ac347;
  padding: 0;
}
.btn.text-link:hover {
  color: #222222;
  text-decoration-color: #7b9c39;
}
.split-feature.dark-background {
  color: #fff;
}
.split-feature .sf-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4em 0;
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .split-feature .sf-wrap {
    flex-direction: column;
    padding: 2em 0;
  }
}
@media only screen and (min-width: 980px), only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .split-feature .sf-wrap {
    flex-direction: row;
  }
}
.split-feature .sf-wrap .content-wrap {
  width: 48%;
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .split-feature .sf-wrap .content-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .split-feature .sf-wrap .content-wrap .sf-title {
    font-size: 2.5em;
  }
}
.split-feature .sf-wrap .content-wrap .rtf {
  padding-bottom: 2em;
  padding-top: 0;
}
.split-feature .sf-wrap .content-wrap .rtf .bolded {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 980px) {
  .split-feature .sf-wrap .content-wrap .rtf {
    width: 80%;
  }
}
@media only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .split-feature .sf-wrap .content-wrap .rtf {
    font-size: 1.25em;
  }
}
.split-feature .sf-wrap .content-wrap .btn {
  padding: 1.5em;
}
@media only screen and (max-width: 450px) {
  .split-feature .sf-wrap .content-wrap .btn {
    padding: 1.25em;
    font-size: 14px;
  }
}
.split-feature .sf-wrap .img-wrap {
  width: 48%;
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .split-feature .sf-wrap .img-wrap {
    width: 100%;
    padding: 4em 0;
  }
}
.split-feature .sf-wrap .img-wrap img {
  width: 100%;
}
.split-feature .sf-wrap .img-wrap iframe {
  width: 100%;
  height: 300px;
  float: right;
}
@media only screen and (min-width: 980px) {
  .split-feature .sf-wrap .img-wrap iframe {
    width: 600px;
    height: 400px;
  }
}
.split-feature .sf-wrap.img-left {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .split-feature .sf-wrap.img-left {
    flex-direction: column-reverse;
  }
  .split-feature .sf-wrap.img-left .img-wrap {
    padding: 2em 0;
  }
  .split-feature .sf-wrap.img-left .img-wrap iframe {
    width: 100%;
    height: 300px;
    float: left;
  }
  .split-feature .sf-wrap.img-left .content-wrap {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 782px) and only screen and (min-width: 980px), only screen and (min-width: 768px) and only screen and (min-width: 980px) {
  .split-feature .sf-wrap.img-left .img-wrap iframe {
    width: 600px;
    height: 400px;
  }
}
@media only screen and (min-width: 980px) {
  .split-feature .sf-wrap.img-left {
    flex-direction: row-reverse;
  }
  .split-feature .sf-wrap.img-left .content-wrap {
    padding-left: 3em;
  }
}
